projects
/
openjdk-21.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23f458b
)
make-debug-print
author
OpenJDK Team
<openjdk-21@packages.debian.org>
Wed, 19 Aug 2026 17:55:58 +0000
(19:55 +0200)
committer
Moritz Muehlenhoff
<jmm@debian.org>
Wed, 19 Aug 2026 17:55:58 +0000
(19:55 +0200)
Gbp-Pq: Name make-debug-print.diff
make/Main.gmk
patch
|
blob
|
history
diff --git
a/make/Main.gmk
b/make/Main.gmk
index f470feb6bfef030ecffd687cdec161f96e08b1aa..696eed45efbec4431278a0f8882683a3274c27ff 100644
(file)
--- a/
make/Main.gmk
+++ b/
make/Main.gmk
@@
-1277,6
+1277,7
@@
ALL_TARGETS += default jdk images docs bundles all
# Aliases used for running tests.
+$(call PrintVar, ALL_NAMED_TESTS)
# Let "run-test" be an alias for "test"
$(foreach t, $(ALL_NAMED_TESTS), $(eval run-test-$t: test-$t))
RUN_TEST_TARGETS := $(addprefix run-test-, $(ALL_NAMED_TESTS))